home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / cosmicfozmik.swf / scripts / frame_7 / PlaceObject2_160_84 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2007-09-27  |  313 b   |  15 lines

  1. onClipEvent(load){
  2.    isNegative = 0;
  3.    myColor = new Color(this);
  4.    orig = myColor.getTransform();
  5.    this.swapDepths(3998);
  6.    tickCount = 0;
  7.    tickMax = 1;
  8.    _alpha = 100;
  9.    _width = 16;
  10.    _height = 16;
  11.    deathCount = 0;
  12.    saveX = _root.playerBody1._x;
  13.    saveY = _root.playerBody1._y;
  14. }
  15.